projects
/
dcmtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
509f576
)
enable c++11
author
Gert Wollny
<gewo@debian.org>
Sun, 6 Aug 2017 08:59:31 +0000
(08:59 +0000)
committer
Gert Wollny
<gewo@debian.org>
Sun, 6 Aug 2017 11:48:09 +0000
(11:48 +0000)
debian/changelog
patch
|
blob
|
history
debian/rules
patch
|
blob
|
history
diff --git
a/debian/changelog
b/debian/changelog
index cbb51cce9aeb826538d4d9a1aa12559ef5bfb380..a96a3755139b2e4474891c2a23791fc59893f4b1 100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-7,6
+7,7
@@
dcmtk (3.6.2-1~exp1) experimental; urgency=medium
* s/* update SO version
* d/copyright: add new files to copyright
* d/rules: drop more test programs and add manpage for msgserv
+ * d/rules enable use of C++11 features
-- Gert Wollny <gewo@debian.org> Wed, 02 Aug 2017 13:48:47 +0000
diff --git
a/debian/rules
b/debian/rules
index cf368e89eef15971454e54177b4d0202224a159d..531490d09b80a10e2cdbc5bd0d8e5fd1fec7b496 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-40,7
+40,8
@@
CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk12 \
-DCMAKE_SKIP_RPATH:BOOL=OFF \
- -DDCMTK_USE_CXX11_STL:BOOL=ON
+ -DDCMTK_USE_CXX11_STL:BOOL=ON \
+ -DDCMTK_ENABLE_CXX11:BOOL=ON
override_dh_auto_configure: